home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Multimedia / pixplay / pixplay.exe / {app} / PixPlay.exe / 0 / RCDATA / TFRMWARNING / TFRMWARNING.txt < prev   
Text File  |  2004-12-09  |  2KB  |  88 lines

  1. object frmwarning: Tfrmwarning
  2.   Left = 744
  3.   Top = 297
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Information'
  7.   ClientHeight = 153
  8.   ClientWidth = 389
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Bevel2: TBevel
  21.     Left = 8
  22.     Top = 8
  23.     Width = 374
  24.     Height = 105
  25.     Shape = bsFrame
  26.   end
  27.   object lblwarning: TLabel
  28.     Left = 113
  29.     Top = 38
  30.     Width = 259
  31.     Height = 67
  32.     AutoSize = False
  33.     Caption = 'lblwarning'
  34.     WordWrap = True
  35.   end
  36.   object Image1: TImage
  37.     Left = 16
  38.     Top = 16
  39.     Width = 88
  40.     Height = 87
  41.     AutoSize = True
  42.     Picture.Data = {<image000.bmp>}
  43.     Stretch = True
  44.     Transparent = True
  45.   end
  46.   object lblHeading: TLabel
  47.     Left = 113
  48.     Top = 17
  49.     Width = 66
  50.     Height = 16
  51.     Caption = 'lblHeading'
  52.     Font.Charset = DEFAULT_CHARSET
  53.     Font.Color = clWindowText
  54.     Font.Height = -13
  55.     Font.Name = 'Tahoma'
  56.     Font.Style = [fsBold]
  57.     ParentFont = False
  58.   end
  59.   object chkdontremind: TCheckBox
  60.     Left = 10
  61.     Top = 125
  62.     Width = 217
  63.     Height = 17
  64.     Hint = 
  65.       'Clear this checkbox if you do not want to be shown this reminder' +
  66.       ' in future'
  67.     Caption = 'Always remind me about this matter'
  68.     Checked = True
  69.     ParentShowHint = False
  70.     ShowHint = True
  71.     State = cbChecked
  72.     TabOrder = 1
  73.     OnClick = chkdontremindClick
  74.   end
  75.   object btnok: TsitBitBtn
  76.     Left = 289
  77.     Top = 120
  78.     Width = 92
  79.     Height = 25
  80.     Caption = 'Close'
  81.     ModalResult = 3
  82.     TabOrder = 0
  83.     OnClick = btnokClick
  84.     Images = frmMain.ImageList1
  85.     ImageIndex = 5
  86.   end
  87. end
  88.